IviRFSigGen Write Arb Waveform [ARB]
IviRFSigGenArbGenerator Capability Group
This VI stores the transmitted waveform in the drivers's or instrument's memory.
instrument handle The instrument handle that you obtain from the IviRFSigGen Initialize or IviRFSigGen Initialize With Options VIs. | |
name Pass the name the waveform to write.
Default Value: "" |
|
number of samples Pass the number of samples in both I and Q array.
Default Value: 0 |
|
data i Pass the array containing the I part of the waveform.
You must normalize the data points in the array to be between -1.00 and +1.00 of the full I range. Default Value: None |
|
data q Pass the array containing the Q part of the waveform.
You must normalize the data points in the array to be between -1.00 and +1.00 of the full Q range. Default Value: None |
|
more data pending Set the value to TRUE to write more data. To complete the waveform, use the same Name for the next data. Set the value to FALSE when there is no more data to write.
Valid Values: FALSE - No more data TRUE - More data Default Value: No more data (FALSE) |
|
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out The instrument handle that you obtain from the IviRFSigGen Initialize or IviRFSigGen Initialize With Options VIs. | |
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |